home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue34
/
clinic
/
LoopyU.dfm
/
LoopyU.txt
Wrap
Text File
|
1998-02-06
|
2KB
|
137 lines
object Form1: TForm1
Left = 214
Top = 193
Width = 468
Height = 341
Caption = 'Form1'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
OnCreate = FormCreate
OnDestroy = FormDestroy
TextHeight = 13
object ListBox1: TListBox
Left = 120
Top = 8
Width = 233
Height = 233
ItemHeight = 13
TabOrder = 4
end
object Panel1: TPanel
Left = 120
Top = 248
Width = 137
Height = 57
Caption = 'Panel1'
TabOrder = 0
object Edit1: TEdit
Left = 8
Top = 16
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
end
object Panel2: TPanel
Left = 360
Top = 8
Width = 89
Height = 233
Caption = 'Panel2'
TabOrder = 1
object Edit2: TEdit
Left = 8
Top = 24
Width = 72
Height = 21
TabOrder = 0
Text = 'Edit2'
end
end
object GroupBox1: TGroupBox
Left = 272
Top = 256
Width = 177
Height = 49
Caption = 'GroupBox1'
TabOrder = 2
object Edit3: TEdit
Left = 16
Top = 17
Width = 143
Height = 21
TabOrder = 0
Text = 'Edit3'
end
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 232
Width = 105
Height = 73
Caption = 'RadioGroup1'
Items.Strings = (
'a'
'b')
TabOrder = 6
end
object Button1: TButton
Left = 24
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 3
OnClick = Button1Click
end
object Button2: TButton
Left = 24
Top = 46
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 5
OnClick = Button2Click
end
object Button3: TButton
Left = 24
Top = 85
Width = 75
Height = 25
Caption = 'Button3'
TabOrder = 9
OnClick = Button3Click
end
object Button4: TButton
Left = 24
Top = 123
Width = 75
Height = 25
Caption = 'Button4'
TabOrder = 10
OnClick = Button4Click
end
object Button5: TButton
Left = 24
Top = 162
Width = 75
Height = 25
Caption = 'Button5'
TabOrder = 7
OnClick = Button5Click
end
object Button6: TButton
Left = 24
Top = 200
Width = 75
Height = 25
Caption = 'Button6'
TabOrder = 8
OnClick = Button6Click
end
end